Papers with parallel processing
OpenAttack: An Open-source Textual Adversarial Attack Toolkit (2021.acl-demo)
Copied to clipboard
Guoyang Zeng, Fanchao Qi, Qianrui Zhou, Tingji Zhang, Zixian Ma, Bairu Hou, Yuan Zang, Zhiyuan Liu, Maosong Sun
| Challenge: | Various attack models are distinct and implemented with different programming frameworks and settings, which hinders quick utilization and fair comparison of attack models. |
| Approach: | They propose an open-source textual adversarial attack toolkit to solve these issues by combining 15 typical attack models into one toolkit. |
| Outcome: | The proposed toolkit supports all attack types, multilinguality, and parallel processing. |
One-step Nonautoregressive Natural Language Generation with Shortcut Flow Matching Models (2026.acl-short)
Copied to clipboard
| Challenge: | Recent diffusion-based approaches to text generation are inefficient due to the need for multiple denoising steps. |
| Approach: | They propose a shortcut flow-matching model that learns to directly predict multi-step denoising outcomes in a single step. |
| Outcome: | The proposed model improves on three datasets and can predict multi-step denoising outcomes in a single step. |
BracketRank: Large Language Model Document Ranking via Reasoning-based Competitive Elimination (2026.acl-long)
Copied to clipboard
| Challenge: | Existing lists of document ranking methods lack robust performance across domains. |
| Approach: | They propose a reasoning-driven competitive elimination framework that optimises group sizes based on LLM context limits and reasoning-enhanced prompts. |
| Outcome: | The proposed method outperforms RankGPT and other state-of-the-art methods on datasets with a 77.90 NDCG@5 score and 54.66 average NDGC@10 on BEIR datasets. |
TimeArena: Shaping Efficient Multitasking Language Agents in a Time-Aware Simulation (2024.acl-long)
Copied to clipboard
| Challenge: | e.g., GPT-4 still lag behind humans in effective multitasking, a study finds . current textual simulations do not adequately address the notion of time . |
| Approach: | They propose a textual simulated environment that incorporates complex temporal dynamics and constraints that better reflect real-life planning scenarios. |
| Outcome: | The proposed model incorporates complex temporal dynamics and constraints that better reflect real-life planning scenarios. |
FlowSeq: Non-Autoregressive Conditional Sequence Generation with Generative Flow (D19-1)
Copied to clipboard
| Challenge: | Neural sequence-to-sequence models are autoregressive, meaning they factor the joint probability of the output sequence into the product of probabilities over the next to-ken. |
| Approach: | They propose a non-autoregressive sequence generation model using latent variables . they use generative flow to model complex distributions using neural networks . |
| Outcome: | The proposed model performs comparable to state-of-the-art models and has constant decoding time w.r.t the sequence length. |
VLASCD: A Visual Language Action Model for Simultaneous Chatting and Decision Making (2025.emnlp-main)
Copied to clipboard
| Challenge: | Recent large-scale pretrained models are built upon a multi-input single-output paradigm . tasks compete for a shared output channel, creating mutual exclusion effects . |
| Approach: | They propose a multi-input single-output (MISO) paradigm for large pretrained models . they propose unified training framework that enables concurrent multi-task outputs . |
| Outcome: | Experiments on autonomous driving platform show that MIMO-VLA outperforms state-of-the-art models in MIMO settings. |